--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit ab68c15d2d3bea57402fb44878dae1d7cea4e987
Parents : 564cd9b
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-11-03T12:18:54+01:00
Updated version and dependencies
Changes
Diff
diff --git a/LXMF/_version.py b/LXMF/_version.py
index b5fdc75..d31c31e 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.2.2"
+__version__ = "0.2.3"
diff --git a/setup.py b/setup.py
index b044de6..e0a255d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setuptools.setup(
'lxmd=LXMF.Utilities.lxmd:main',
]
},
- install_requires=['rns>=0.3.17'],
+ install_requires=['rns>=0.4.0'],
python_requires='>=3.6',
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────